home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / lzpip103.zip / LZWHEAD.H < prev    next >
Text File  |  1980-08-19  |  224b  |  7 lines

  1. /* lzwhead.h - this is part of the Tar program (see file define.h) */
  2.  
  3. int  z_getmem __ARGS__(( int ));
  4. void z_relmem __ARGS__(( void ));
  5. int  dbegin   __ARGS__(( int(*)() ));
  6. int  dpiece   __ARGS__(( char *, int ));
  7.